'使用法 Dim instance As ChartObjectCollection(Of T) Dim item As T Dim value As System.Integer value = instance.IndexOf(item)
パラメータ
- item
- 要素。
戻り値の型
要素の 0 から始まるインデックス。または、要素がコレクション内に存在しない場合は、-1。
'使用法 Dim instance As ChartObjectCollection(Of T) Dim item As T Dim value As System.Integer value = instance.IndexOf(item)